专利摘要:
A processor complex architecture facilitates accurate passing of transient data among processor complex stages of a pipelined processing engine. The processor complex comprises a central processing unit (CPU) coupled to an instruction memory and a pair of context data memory structures via a memory manager circuit. The context memories store transient “context” data for processing by the CPU in accordance with instructions stored in the instruction memory. The architecture further comprises data mover circuitry that cooperates with the context memories and memory manager to provide a technique for efficiently passing data among the stages in a manner that maintains data coherency in the processing engine. An aspect of the architecture is the ability of the CPU to operate on the transient data substantially simultaneously with the passing of that data by the data mover.
公开号:US20010000046A1
申请号:US09/727,068
申请日:2000-11-30
公开日:2001-03-15
发明作者:Michael Wright;Darren Kerr;Kenneth Key;William Jennings
申请人:Wright Michael L.;Darren Kerr;Key Kenneth Michael;Jennings William E.;
IPC主号:G06F15-8053
专利说明:
[1] 1. This invention is related to the following copending U.S. Patent Applications:
[2] 2. U.S. patent application Ser. No. (112025-0077) titled, PROGRAMMABLE ARRAYED PROCESSING ENGINE ARCHITECTURE FOR A NETWORK SWITCH;
[3] 3. U.S. patent application Ser. No. (112025-0083) titled, SYSTEM FOR CONTEXT SWITCHING BETWEEN PROCESSING ELEMENTS IN A PIPELINE OF PROCESSING ELEMENTS; and
[4] 4. U.S. patent application Ser. No. (112025-0084) titled, SYNCHRONIZATION AND CONTROL SYSTEM FOR AN ARRAYED PROCESSING ENGINE, each of which was filed on even date herewith and assigned to the assignee of the present invention. FIELD OF THE INVENTION
[5] 5. The present invention relates to processing engines of intermediate stations in a computer network and, in particular, to the architecture of a processing element of a programmable processing engine. BACKGROUND OF THE INVENTION
[6] 6. Computer architecture generally defines the functional operation, including the flow of information and control, among individual hardware units of a computer. One such hardware unit is the processor or processing engine which contains arithmetic and logic processing circuits organized as a set of data paths. In some implementations, the data path circuits may be configured as a central processing unit (CPU) whose operations are defined by a set of instructions. The instructions are typically stored in a control (instruction) memory and specify a set of hardware functions that are available on the CPU.
[7] 7. Specifically, the fields of an instruction specify commands which supply signals for conditioning and clocking the data paths. If the structure of the instruction allows only the specification of a single command at a time, the instruction is a vertical instruction. Only the necessary commands are specified in this type of instruction, resulting in smaller control memory requirements; yet, it is not possible to take advantage of all possible parallelisms offered by the hardware, since only one command is executed at a time. A horizontal instruction specifies all possible commands which permits programmers to take full advantage of all parallelisms in a processor to build high-performance computers.
[8] 8. A high-performance computer may be realized by using a number of identical CPUs or processors to perform certain tasks in parallel. For a purely parallel multiprocessor architecture, each processor may have shared or private access to non-transient data, such as program instructions (e.g., algorithms) stored in a memory coupled to the processor. Access to an external memory is generally inefficient because the execution capability of each processor is substantially faster than its external interface capability; as a result, the processor often idles while waiting for the accessed data. Moreover, scheduling of external accesses to a shared memory is cumbersome because the processors may be executing different portions of the program. On the other hand, providing each processor with private access to the entire program results in inefficient use of its internal instruction memory.
[9] 9. In an alternative implementation, the data paths may be configured as a pipeline having a plurality of processor stages. This configuration conserves internal memory space since each processor executes only a small portion of the program algorithm. A drawback, however, is the difficulty in apportioning the algorithm into many different stages of equivalent duration. Another drawback of the typical pipeline is the overhead incurred in transferring transient “context” data from one processor to the next in a high-bandwidth application.
[10] 10. One example of such a high-bandwith application involves the area of data communications and, in particular, the use of a parallel, multiprocessor architecture as the processing engine for an intermediate network station. The intermediate station interconnects communication links and subnetworks of a computer network to enable the exchange of data between two or more software entities executing on hardware platforms, such as end stations. The stations typically communicate by exchanging discrete packets or frames of data according to predefined protocols, such as the Transmission Control Protocol/Internet Protocol (TCP/IP), the Internet Packet Exchange (IPX) protocol, the AppleTalk protocol or the DECNet protocol. In this context, a protocol consists of a set of rules defining how the stations interact with each other.
[11] 11. A router is an intermediate station that implements network services such as route processing, path determination and path switching functions. The route processing function determines the type of routing needed for a packet, whereas the path switching function allows a router to accept a frame on one interface and forward it on a second interface. The path determination, or forwarding decision, function selects the most appropriate interface for forwarding the frame. A switch is also an intermediate station that provides the basic functions of a bridge including filtering of data traffic by medium access control (MAC) address, “leaming” of a MAC address based upon a source MAC address of a frame and forwarding of the frame based upon a destination MAC address. Modern switches further provide the path switching and forwarding decision capabilities of a router. Each station includes high-speed media interfaces for a wide range of communication links and subnetworks.
[12] 12. The hardware and software components of these stations generally comprise a communications network and their interconnections are defined by an underlying architecture. Modern communications network architectures are typically organized as a series of hardware and software levels or “layers” within each station. These layers interact to format data for transfer between, e.g., a source station and a destination station communicating over the internetwork. Predetermined services are performed on the data as it passes through each layer and the layers communicate with each other by means of the predefined protocols. Examples of communications architectures include the IPX communications architecture and, as described below, the Internet communications architecture.
[13] 13. The Internet architecture is represented by four layers which are termed, in ascending interfacing order, the network interface, internetwork, transport and application layers. These layers are arranged to form a protocol stack in each communicating station of the network. The lower layers of the stack provide internetworking services and the upper layers collectively provide common network application services. For example, the network interface layer comprises physical and data link sublayers that define a flexible network architecture oriented to the implementation of local area networks (LANs). Specifically, the physical layer is concerned with the actual transmission of signals across the communication medium and defines the types of cabling, plugs and connectors used in connection with the medium. The data link layer (“layer 2”) is responsible for transmission of data from one station to another and may be further divided into two sublayers: logical link control (LLC) and MAC sublayers.
[14] 14. The MAC sublayer is primarily concerned with controlling access to the transmission medium in an orderly manner and, to that end, defines procedures by which the stations must abide in order to share the medium. In order for multiple stations to share the same medium and still uniquely identify each other, the MAC sublayer defines a hardware or data link MAC address. This MAC address is unique for each station interfacing to a LAN. The LLC sublayer manages communications between devices over a single link of the internetwork.
[15] 15. The primary network layer protocol of the Internet architecture is the Internet protocol (IP) contained within the internetwork layer (“layer 3”). IP is a network protocol that provides internetwork routing and relies on transport protocols for end-to-end reliability. An example of such a transport protocol is the Transmission Control Protocol (TCP) contained within the transport layer. The term TCP/IP is commonly used to refer to the Internet architecture. Protocol stacks and the TCP/IP reference model are well-known and are, for example, described in Computer Networks by Andrew S. Tanenbaum, printed by Prentice Hall PTR, Upper Saddle River, N.J., 1996.
[16] 16. Data transmission over the network therefore consists of generating data in, e.g., a sending process executing on the source station, passing that data to the application layer and down through the layers of the protocol stack where the data are sequentially formatted as a frame for delivery over the medium as bits. Those frame bits are then transmitted over the medium to a protocol stack of the destination station where they are passed up that stack to a receiving process. Although actual data transmission occurs vertically through the stacks, each layer is programmed as though such transmission were horizontal. That is, each layer in the source station is programmed to transmit data to its corresponding layer in the destination station. To achieve this effect, each layer of the protocol stack in the source station typically adds information (in the form of a header) to the data generated by the sending process as the data descends the stack.
[17] 17. For example, the internetwork layer encapsulates data presented to it by the transport layer within a packet having a network layer header. The network layer header contains, among other information, source and destination network addresses needed to complete the data transfer. The data link layer, in turn, encapsulates the packet in a frame, such as a conventional Ethernet frame, that includes a data link layer header containing information, such as MAC addresses, required to complete the data link functions. At the destination station, these encapsulated headers are stripped off one-by-one as the frame propagates up the layers of the stack until it arrives at the receiving process.
[18] 18. Increases in the frame/packet transfer speed of an intermediate station are typically achieved through hardware enhancements for implementing well-defined algorithms, such as bridging, switching and routing algorithms associated with the predefined protocols. Hardware implementation of such an algorithm is typically faster than software because operations can execute in parallel more efficiently. In contrast, software implementation of the algorithm on a general-purpose processor generally performs the tasks sequentially because there is only one execution path. Parallel processing of conventional data communications algorithms is not easily implemented with such a processor, so hardware processing engines are typically developed and implemented in application specific integrated circuits (ASIC) to perform various tasks of an operation at the same time. These ASIC solutions, which are generally registers and combinational logic configured as sequential logic circuits or state machines, distinguish themselves by speed and the incorporation of additional requirements beyond those of the basic algorithm functions. However, the development process for such an engine is time consuming and expensive and, if the requirements change, inefficient since a typical solution to a changing requirement is to develop a new ASIC.
[19] 19. Thus, an object of the present invention is to provide a processor architecture for an intermediate station that approaches the speed of an ASIC solution but with the flexibility of a general-purpose processor.
[20] 20. Another object of the present invention is to provide a processing engine having a plurality of processing elements that efficiently execute conventional network service algorithms.
[21] 21. Still another object of the present invention is to provide an architecture of a processing element of a programmable processing engine that enables efficient and accurate context data transfers from one element to the next in a high-bandwidth application. SUMMARY OF THE INVENTION
[22] 22. The invention comprises an architecture for efficiently passing data among processor complex stages of a pipelined processing engine. The processor complex comprises a central processing unit (CPU) coupled to an instruction memory and a pair of context data memory structures via a memory manager circuit. The context memories store transient “context” data for processing by the CPU in accordance with instructions stored in the instruction memory. The memory manager manages interactions among the components of the processor complex by, inter alia, mapping a contiguous memory address space viewed by the CPU to the contents of the various memories residing within the processor complex.
[23] 23. In accordance with the invention, the architecture of the processor complex facilitates accurate passing of transient data among the stages of the engine. To that end, the processor complex further comprises data mover circuitry that cooperates with the context memories and memory manager to provide a technique for efficiently passing data among the stages in a manner that maintains data coherency in the processing engine. Data coherency is maintained by the memory manager constantly “snooping” the data mover and CPU to determine the state of the data accessed by the data mover and CPU. A notable aspect of the architecture is the ability of the CPU to operate on the transient data substantially simultaneously with the passing of that data by the data mover.
[24] 24. Advantageously, the context passing technique described herein enhances the speed of data execution in a pipelined processing engine by substantially reducing the latency involved with passing the data among stages of the engine. The transient data is entering the engine is dispatched to a processor complex stage of a pipeline for processing by a CPU prior to serially passing the data to a “downstream” processor complex stage. The processor complex architecture described herein facilitates the passing of transient data from an “upstream” context memory to a corresponding downstream memory as the CPU processes the data. Thus, the invention transforms an otherwise serial data processing/passing procedure to a parallel process via pipelining. BRIEF DESCRIPTION OF THE DRAWINGS
[25] 25. The above and further advantages of the invention may be better understood by referring to the following description in conjunction with the accompanying drawings in which like reference numbers indicate identical or functionally similar elements:
[26] 26.FIG. 1 is a block diagram of a computer network comprising a collection of interconnected communication media and subnetworks attached to a plurality of stations;
[27] 27.FIG. 2 is a schematic block diagram of intermediate station, such as a network switch, that may be advantageously used with the present invention;
[28] 28.FIG. 3 is a schematic block diagram of a programmable arrayed processing engine having a plurality of processor complex elements;
[29] 29.FIG. 4 is a schematic block diagram of a processor complex element having a central processing unit (CPU), context memories, a memory manager and a data mover in accordance with the present invention;
[30] 30.FIG. 5 is a schematic block diagram of an input header buffer (IHB) of the programmable arrayed processing engine;
[31] 31.FIG. 6 is a schematic block diagram of a row synchronization logic circuit of the IHB;
[32] 32.FIG. 7 is a schematic block diagram of an output header buffer of the programmable arrayed processing engine; and
[33] 33.FIGS. 8A-8D are highly schematized block diagrams illustrating the flow of data among processor complex elements in accordance with a context passing technique of the present invention. DETAILED DESCRIPTION OF AN ILLUSTRATIVE EMBODIMENT
[34] 34.FIG. 1 is a block diagram of a computer network 100 comprising a collection of interconnected communication media and subnetworks attached to a plurality of stations. The stations are typically computers comprising end stations 102, 112 and intermediate station 200. The intermediate station 200 may be a router or a network switch, whereas the end stations 102, 112 may include personal computers or workstations. The subnetworks generally comprise local area networks (LANs) 110 and 120, although the invention may work advantageously with other communication media configurations such as point-to-point network links. Communication among the stations of the network is typically effected by exchanging discrete data frames or packets between the communicating nodes according to a predefined protocol. For the illustrative embodiment described herein, the predefined protocol is the Internet protocol (IP), although the invention could be implemented with other protocols, such as the Internet Packet Exchange protocol, AppleTalk protocol or DECNet protocol.
[35] 35.FIG. 2 is a schematic block diagram of intermediate station 200 which, in the illustrative embodiment, is preferably a network switch. The switch generally performs layer 2 processing functions, such as “cut-through” operations wherein an entire frame does not have to be stored before transfer to a destination; in addition, switch 200 may implement layer 3 forwarding operations. It should be noted, however, that the intermediate station may also be configured as a router to perform layer 3 route processing. A feature of the inventive architecture described herein is the ability to program the station for execution of either layer 2 and layer 3 operations. To that end, operation of the switch will be described with respect to IP switching of packets, although the switch may be programmed for other applications, such as data encryption.
[36] 36. The switch 200 comprises a plurality of interconnected components including an arrayed processing engine 300, various memories, queueing logic 210 and network port interface cards 240. Operations of these components are preferably synchronously controlled by a clock module 270 although the arrayed elements of the processing engine may be operatively configured to function asynchronously. In the illustrative embodiment, the clock module 270 generates clock signals at a frequency of 200 megahertz (i.e., 5 nanosecond clock cycles) and globally distributes them via clock lines to the components of the switch.
[37] 37. The memories generally comprise random access memory (RAM) storage locations addressable by the processing engine and logic for storing software programs and data structures accessed by the components. An operating system, portions of which are typically resident in memory and executed by the engine, functionally organizes the switch by, inter alia, invoking network operations in support of software processes executing on the switch. It will be apparent to those skilled in the art that other memory means, including various computer readable media, may be used for storing and executing program instructions pertaining to the operation of the switch.
[38] 38. The arrayed processing engine 300 is coupled to a memory partitioned into a plurality of external memory (Ext Mem) resources 280. A buffer and queuing unit (BQU) 210 is connected to a packet memory 220 for storing packets and a queue memory 230 for storing network layer headers of the packets on data structures, such as linked lists, organized as queues 235. The BQU 210 further comprises data interface circuitry for interconnecting the processing engine with a plurality of line cards 240 via a selector circuit 250. The line cards 240 may comprise OC12, OC48 and Fast Ethernet (FE) ports, each of which includes conventional interface circuitry that incorporates the signal, electrical and mechanical characteristics, and interchange circuits, needed to interface with the physical media and protocols running over that media. A typical configuration of the switch may include many (e.g., thousands) input/output channels on these interfaces, each of which is associated with at least one queue 235 in the queue memory 230. The processing engine 300 generally functions as a switching processor that modifies packets and/or headers in sequence as the BQU 210 implements queuing operations.
[39] 39. A route processor (RP) 260 executes conventional routing protocols for communication directly with the processing engine 300. The routing protocols generally comprise topological information exchanges between intermediate stations to determine optimal paths through the network based on, e.g., destination IP addresses. These protocols provide information used by the RP 260 to create and maintain routing tables. The tables are loaded into the external partitioned memories 280 as forwarding information base (FIB) tables used by the processing engine to perform forwarding operations. When processing a header in accordance with IP switching, the engine 300 determines where to send the packet by indexing into the FIB using an IP address of the header. Execution of the forwarding operations results in destination media access control (MAC) addresses of the headers being rewritten by the processing engine to identify output ports for the packets.
[40] 40.FIG. 3 is a schematic block diagram of the programmable processing engine 300 which generally comprises an array of processing elements embedded between input and output header buffers with a plurality of interfaces from the array to an external memory. The external memory stores non-transient data organized within data structures for use in processing the transient data. The non-transient data typically includes “table” data contained in forwarding and routing tables, statistics, access filters, encryption keys and/or queuing information. Transient data enters and exists the engine via 200 MHz 128-bit input and output data interfaces of the BQU 210. Each processing element contains an instruction memory that allows programming of the array to process the transient data as baseline or extended pipelines operating in parallel. A remote processor interface (I/F) 320 provides instructions from a remote processor (not shown) to the PEs over a 32-bit maintenance bus 325 having multiplexed address/data lines for storage in their instruction memories.
[41] 41. In the illustrative embodiment, the processing engine 300 comprises a plurality of processing elements (PE) 400 symmetrically arrayed as six (6) rows and six (6) columns in a 6×6 arrayed configuration that is embedded between an input header buffer (IHB) 500 and an output header buffer (OHB) 700. A 64-bit feedback path 350 couples the OHB 700 to the IHB 500 and provides a data path for recycling data through the PE stages of the processing engine. The PEs of each row are configured as stages connected in series by a 100 MHz 64-bit direct memory access (DMA) data path 340 that synchronously transfers data and control “context” from one PE to the next. This arrangement enables data processing to occur as a high-level pipeline that sequentially executes operations on the transient data. The PEs of each column operate in parallel to perform substantially the same operation on that data, but with a shifted phase. An example of an arrayed processing engine and network switch suitable for use with the present invention is described in copending and commonly-owned U.S. patent application Ser. No. (112025-77) titled Programmable Arrayed Processing Engine Architecture for a Network Switch, which application is hereby incorporated by reference as though fully set forth herein.
[42] 42.FIG. 4 is a schematic block diagram of a PE 400. The PE is a processor complex that preferably comprises a central processing unit (CPU) core 410 coupled to an instruction memory 420 and a pair of context data memory (Cntxt Mem) structures 430 via a memory manager (MM) circuit 425. The context memories store transient data, such as frame/packet headers and/or data, for processing by the CPU in accordance with instructions stored in the instruction memory, which is preferably a 4K×32 single port synchronous random access memory device. The MM 425 provides the instructions and data to the CPU in response to requests for that information. The MM also provides an interface to an external memory resource configured to store non-transient data, such as table data, for use by the CPU.
[43] 43. The CPU 410 is preferably a small processor core having a dense structure which enables implementation of similar cores on an application specific integrated circuit (ASIC). In the illustrative embodiment described herein, the CPU is a 32-bit, 100 MHz Advanced RISC Machine (ARM) 7TDI core capable of executing 16-bit or 32-bit instructions; however, it will be apparent to those skilled in the art that other CPU cores may be advantageously used with the processor complex architecture described herein. The ARM CPU includes an arithmetic logic unit (ALU), internal registers for storing information processed by the ALU, and an instruction fetch and decode unit that decodes instructions fetched from the instruction memory. The instructions are generally vertical assembly language code manifested in the form of conventional reduced instruction set computer (RISC) instructions.
[44] 44. Each context memory 430 is a 16×64 dual port, byte writable register file containing data for processing by the CPU 410. One context memory (CMA) is associated with a phase A context and the other (CMB) is associated with a phase B context. During a current pipeline phase, the CPU accesses data from its current context, which may be alternately stored in CMA and CMB. Any modification of data is written to the current context memory as well as to the downstream complex's next context memory (e.g., current context memory CMA and downstream context memory CMB).
[45] 45. Each cell in the context memory generally contains header data and “scratch” area for CPU operations. A portion of each memory is accessible to the CPUs for immediate operations without load/store penalities. The scratch area may contain “context” such as status information, information about the original packet and information that instructs the downstream CPU how to process the transient data. For example, assume tree data structure (mtrie) lookup operations are apportioned among several CPUs. A first CPU performs a first lookup and, as a result of its designated processing, retrieves a pointer to the next address location to be accessed. The CPU stores the retrieved pointer in the scratch area of the context memory and passes the pointer as “context” to the downstream CPU at the end of the current phase. The downstream CPU uses the pointer to perform the next lookup operation. Thus, in accordance with the present invention, context data is passed among processor complexes of the pipeline to enable a downstream CPU to take advantage of meaningful work performed by an upstream CPU.
[46] 46. The MM 425 comprises logic circuitry that provides the electrical, mechanical and data signaling needed to interface to a memory bus coupling the processor complex and external memory. The manager further includes data path and control logic for managing the interactions of the individual components within the processor complex. For example, memory manager contains circuitry for mapping a “flat” 4 Gb contiguous memory address space viewed by the CPU 410 to the contents of various physical memories residing internal and external to the processor complex (e.g., instructions stored in memory 420, transient data stored in context memories 430, information stored in the internal control registers of CPU 410 and non-ransient data, such as FIB data, stored in the external partitioned memory). The MM 425 further includes a state machine 424 that determines the current phase (A or B) to which all CPUs of the processing engine are synchronized; as noted, the current phase specifies from which context memory (CMA or CMB) the CPU processes data.
[47] 47. In accordance with the invention, the architecture of the PE 400 facilitates accurate passing of transient context data among the PE stages of the engine 300. To that end, the PE 400 further comprises a data mover circuit 450 that cooperates with the context memories 430 and MM 425 to efficiently pass data among the PE stages in a manner that maintains data coherency in the processing engine. The data mover 450 generally comprises an address incrementor and interface logic, coupled to a multiplexer 440, that retrieves context data from a current context memory and loads it into a context memory of an adjacent “downstream” processor complex of the pipeline. Data transfers between context memories generally take place over the memory manager data paths; that is, transfers from the CPU to the downstream context memories and from the data mover to the downstream context memories are all via the memory manager. Illustratively, transfer of an entire 128-byte context from an upstream context memory to a downstream context memory consumes 16 cycles (one 64-bit word transfer per cycle). The data mover further comprises a context size register that specifies a context size (number of 64-bit words or number of cycles) of data to be moved to the available downstream context memory 430.
[48] 48. As described further herein, an aspect of the processor complex architecture is the ability of the CPU 410 to operate on the transient data substantially simultaneously with the passing of that data among adjacent context memories by the data mover 450. Specifically, the context memories CMA and CMB function as ping-pong buffers by allowing the CPU core to process context data stored in one of the buffers as the other buffer is loaded with context data received from an adjacent “upstream” processor complex. Prior attempts to transfer such context generally consumed a significant amount of overhead; according to the inventive processor complex architecture, the ping-pong buffers cooperate with the data mover circuity to enable transfer of such context in an efficient manner.
[49] 49. Data coherency is further ensured with the architecture by the memory manager constantly “snooping” the data mover 450 and CPU core 410 “behind-the-scene” to determine the state of the context data accessed by the data mover and CPU. After data in a current context memory (e.g., CMA) is processed by the CPU 410, the CPU writes the processed data to a downstream context memory (CMB); meanwhile, the data mover 450 transparently (to the CPU) passes the data from CMA to the downstream CMB. At the end of the current phase, the context memories are switched so that the CPU operates on the data in CMB. In the event of write collisions between the CPU and data mover to a same context location, the memory manager 425 provides the CPU with exclusive access to the data item. This aspect of the novel context passing technique ensures data coherency and consistency among the processor complex elements of the engine.
[50] 50.FIG. 5 is a schematic block diagram of the IHB 500 which functions as a sequencer to control the PE stages of the processing engine such that the columned PEs may perform their operations at staggered, shifted phases with respect to each other. To that end, a new phase for each row is started by the IHB when all of the PE stages finish processing their current “context” and new, incoming context is completely received for that row from the data interface or feedback path, and the context in the OHB for that row has been transmitted. The IHB 500 receives data from either the data interface of the BQU 210 or from the feedback path 350 and provides the data to each pipeline in succession with feedback data generally having priority over incoming data. The data interface preferably includes a path 290 comprising a 128-bit data portion 292 and a control portion 294 for transferring predetermined control signals that manage the flow of data to (and from) the engine. Broadly stated, the IHB advances a pipeline row and provides a packet to a first stage of a next row in response to a completion signal from each stage of the rows. In the illustrative embodiment, all of the pipelines generally advance at the same time so that if one stage of a pipeline stalls, then all of the pipelines stall.
[51] 51. The IHB 500 comprises a plurality of buffer pairs (BUF 510), similar to the context memories 430 of a processor complex element 400, with each pair associated with a pipeline row. As transient data enters the engine, it is sequentially loaded into one of the paired buffers 510 for a particular row before being dispatched to a first stage of that row. The IHB presents a context-in/context-out interface (row I/F logic 520) that provides write enable, data and address signals to and from the buffers and context memories; preferably, the logic 520 is substantially identical to the data mover 450 of each PE 400. This enables the processing engine to scale efficiently, thereby allowing the pipelines to be as “deep” as desired.
[52] 52. The IHB also includes an input logic block (ILB 550) comprising a receive (Rx) state machine 552 coupled to an input control logic circuit 554 and an input buffer 556. The input buffer is preferably organized as a first-in, first-out (Rx FIFO) buffer that sequentially receives and transmits data forwarded to the engine by the BQU 210. The Rx state machine receives the predetermined control signals over path 294 and cooperates with the logic 554 to control the transfer of data from FIFO 556. In addition, the logic circuit 554 controls a multiplexer 560 having inputs coupled to an output of the FIFO and the feedback path 350. The logic 554 enables the multiplexer to select one of its inputs in response to a control signal (feedback_enable) provided by the last PE stages of the pipelines. Furthermore, the logic 554 generates write enable signals (in response to a control signal provided by row synchronization logic 600) and buffer addresses that enable the row I/F logic 520 to transfer the contents of the buffers 510.
[53] 53.FIG. 6 is a schematic block diagram of row synchronization logic (RSL) 600 that controls the pipelines by ensuring that each PE stage completes its processing of current context prior to loading new context at a new phase. To that end, the RSL comprises logic circuitry associated with each pipeline row of the arrayed processing engine. For ease of depiction, circuitry associated with one row will be described, although it will be understood to those skilled in the art that the circuitry associated with the other rows are substantially similar.
[54] 54. The RSL 600 receives processing completion status from each PE stage prior to advancing the pipelines. Specifically as each PE 400 finishes its task, it asserts a global pipeline completion signal (proc_done) that is collected by a logic circuit, schematically shown as an AND gate 610. Other completion signals (done) are provided as inputs to the gate from the control logic 554, 754. In response to assertion of all completion signals, the gate 610 generates a beginning of next phase signal (start_phase). The start_phase signal informs each PE stage that there is valid context data in its context memory that its CPU core can begin processing. In addition, start_phase signal is transformed by an incrementor circuit 620 into incremented row number, while being analyzed by a state sequencer circuit 650 prior to being fed to the input control logic 554.
[55] 55. According to the inventive context passing technique, the IHB 500 enables the multiplexer 440 to effectively switch between the context memories 430 when transferring data. In response to the start_phase command issued by the RSL 600 to each PE 400 signifying the beginning of a next phase, the multiplexer 440 is instructed to switch context for the next data transfer. As the CPU 410 completes processing the data in one of the buffers, e.g., CMA, the MM 425 “switches” the CPU 410 to the other buffer, e.g., CMB, for processing of the next context data. Meanwhile, the data mover 450 loads the context data processed by the CPU into a context memory 430 of the downstream PE 400 as an upstream data mover loads yet a next context data into the now available buffer CMA. In an embodiment of the invention, the CPU core 410 may generally process data stored in a buffer 430 as the data mover 450 moves data in that buffer to a downstream buffer 430. However, the downstream CPU cannot begin operating on the data moved into its context memory until the upstream CPU has completed its processing.
[56] 56. Upon completion of processing by all of its stages, a pipeline row is selected to deliver its data to the OHB 700 in a synchronous manner. FIG. 7 is a schematic block diagram of the OHB 700 whose internals are substantially similar as those of the IHB 500. That is, the OHB comprises a plurality of buffer pairs (BUF 710), each of which is associated with a pipeline row for receiving data processed by the row. Row I/F logic 720 provides write enable, data and address signals to and from the buffers and context memories of the PEs. In addition, the OHB includes an output logic block (OLB 750) comprising a transmit (Tx) state machine 752 coupled to an output control logic circuit 754 and an output buffer organized as a Tx FIFO 756 that sequentially transfers data from the engine to the BQU 210.
[57] 57.FIGS. 8A-8D are highly schematized block diagrams illustrating the flow of data among PE stages in accordance with the context passing technique of the present invention. In FIG. 8A, a first phase is started as CPU 410 a operates on data previously loaded into the right ping-pong buffer 430 ar while the IHB 500 loads context data into the left ping-pong buffer 430 al. Similarly, CPU 410 b operates on data previously loaded into its right ping-pong buffer 430 br as the upstream data mover moves data into the left ping-pong buffer 430 bl and CPU 410 c operates on previously loaded data in its right ping-pong buffer 430 cr as data is moved into the left ping-pong buffer 430 cl. Meanwhile, the data mover of the last processor complex 400 c moves data processed by the CPU 410 c to the OHB 700, which then forwards the data out the engine.
[58] 58.FIG. 8B depicts completion of the data transfers to the downstream context memories while the CPUs continue processing the same context data. Also, the IHB 500 finishes loading the next context into the context memory 430 al of processor complex 400 a and the processor complex 400 c completes loading of the processed data into the OHB 700. Note that the CPUs continue operating on the same context data until the entire data is transferred by their data movers to the downstream context memories.
[59] 59. As noted, data coherency is maintained in the processing engine by the memory manager 425 resolving any contention/collisions between the data mover and CPU. More specifically, if the data mover and CPU simultaneously access a data item location, e.g., to move data that is ready for processing by the CPU, the memory manager 425 ensures that the CPU “wins” access to the item. Coherency is further ensured by directing all write operations executed by the CPU to both the current and appropriate downstream context memories. That is, the CPU writes processed data (via the memory manager) to the downstream context memory as the data mover 450 moves data from the current buffer to the downstream memory.
[60] 60. Referring to FIG. 8C, the CPUs have completed processing of the data stored in their right ping-pong buffers 430 xr and the data movers have completed loading the data contexts into the left ping-pong buffers 430 xl. In addition, new context data is received into the IHB 500. A next phase is then started in FIG. 8D as the memory managers switch the CPUs to process the context data stored in the left ping-pong buffers 430 xl while the data movers move the processed data into the respective downstream right ping-pong buffers 430 xr. Here, the IHB 500 loads the new context data into the right ping-pong buffer 430 ar of the processor complex 400 a as the processor complex 400 c loads processed data into the OHB 700.
[61] 61. Operation of the processor complex to efficiently pass context data among processor complex elements of a pipelined processing engine will now be described in connection with the drawings. At the beginning of each phase, each CPU 410 performs one of the subtasks stored in the instruction memory 420, reads data from one of the two upstream context memories 430 to which it has access and writes processed data to one of the two downstream context memories to which it has access. Simultaneously, the contents of an upstream context memory are moved to a downstream context memory by data mover 450, transparent to the CPU. Note that write operations performed by the CPU to the downstream context are preserved. The minimum number of cycles per phase is at least equal to the number of cycles needed to transparently transfer the data from the upstream context to the downstream context. For a 128-byte context memory and a 64-bit wide data path, a minimum of 16 cycles is required.
[62] 62. The end of a phase is determined when each CPU 410 has finished its task and has issued a special co-processor instruction that is decoded by a coprocessor coupled to each CPU. The special co-processor instruction is preferably a Coprocessor Data oPeration (CDP) instruction that is decoded by a context switch coprocessor (CSCP) 475. The CDP instruction is also used to convey other information to both its CSCP and the downstream CSCP, such as the next code entry point or a prefetch address for the downstream CPU's next task. The CSCP 475 synchronizes context switching with all processor complex elements of a pipeline row by managing phase starts, stops and stalls within the processor complex. In addition, the CSCP passes a program counter to a downstream CSCP (and receives a program counter from an upstream CSCP). The last CSCP in a row indicates to the OHB how to handle the context from the last CPU in a row, i.e., transmit context out the engine, feedback context to a next available row for further processing, transmit and feedback (for multicasts) or neither (discard).
[63] 63. At the end of the phase, context for each processor complex is switched to the alternate upstream and downstream context memories, and a new phase begins. Notably, all CPUs 410 of the engine 300 are synchronized to either phase A or B; the phase further determines from which context memory (CMA or CMB) the CPU fetches data. Thus, the downstream context for one CPU becomes the upstream context for the next CPU in the new phase, allowing seamless transfer of context data from CPU to CPU in a serial manner.
[64] 64. For example as each CPU completes its task for a particular phase, it issues a CDP instruction (e.g., 3rd from last instruction in a subroutine) to the CSCP 475. The CDP instruction contains the program counter (or a vector into a table) to be passed to a downstream CSCP, along with a context switch control (CSC) field that is updated appropriately. Notably, only the last CPU in a row sets bits in the CSC. Upon receiving the CDP instruction, the CSCP asserts a proc_done signal to the IHB signalling completion of the current phase. At this point, each CSCP (except for the last CSCP of a row) stalls the CPU (by, e.g., asserting a halt signal) and waits for two events to occur: receipt of a new program counter from the upstream CSCP and assertion of start_phase by the IHB. In response to these events, the CSCP de-asserts the halt signal and forces the program counter into the CPU as a new phase begins.
[65] 65. In summary, the context passing technique described herein enhances the speed of data execution in a pipelined processing engine by substantially reducing the latency involved with passing the data among stages of the engine. Note that transient context data entering the engine is dispatched to a processor complex stage of a pipeline for processing by a CPU prior to serially passing the data to a downstream processor complex stage. The processor complex architecture described herein facilitates the passing of transient data from an upstream context memory to a corresponding downstream memory as the CPU processes the data. Moreover, the data mover may be programmed to inconspicuously move any type of context data, such as network layer headers in the case of packet switching operations or the contents of entire data frames in the case of encryption operations, from the context memories (ping-pong buffers) during such CPU processing. Thus, the invention transforms an otherwise serial data processing/passing procedure to a parallel process.
[66] 66. While there has been shown and described an illustrative embodiment of a processor complex architecture that facilitates accurate passing of transient context data among processor complex stages of a pipelined processing engine while maintaining data coherency in the engine, it is to be understood that various other adaptations and modifications may be made within the spirit and scope of the invention. For example, in an alternate embodiment of the invention, the CPU core 410 is preferably a custom processor having a 96-bit horizontal microcoded instruction set that improves the performance of the processing engine. Yet despite the type of CPU core used in the processor complex, a significant aspect of the inventive architecture is the programmability of the CPU cores, i.e., the processor logic is not hardwired. Advantages of such a programmability feature include the ability to continuously “tune” the algorithms executed by the processing engine as well as the flexibility in implementing various types of algorithms executed by the engine.
[67] 67. The foregoing description has been directed to specific embodiments of this invention. It will be apparent, however, that other variations and modifications may be made to the described embodiments, with the attainment of some or all of their advantages. Therefore, it is the object of the appended claims to cover all such variations and modifications as come within the true spirit and scope of the invention.
权利要求:
Claims (16)
[1" id="US-20010000046-A1-CLM-00001] 1. Apparatus for passing transient data among processor complex stages of a pipelined processing engine, each processor complex stage including a central processing unit (CPU), the apparatus comprising:
a pair of context memories storing the transient data for processing by the CPU; and
data mover cooperatively coupled to the context memories to pass the transient data among the stages of the engine substantially simultaneously with the processing of the data by the CPU.
[2" id="US-20010000046-A1-CLM-00002] 2. The apparatus of
claim 1 further comprising:
an instruction memory storing instructions used by the CPU to process the transient data; and
a memory manager interconnecting the instruction memory, the context memories and the CPU, the memory manager mapping a contiguous address space viewed by the CPU to contents of the instruction memory and context memories.
[3" id="US-20010000046-A1-CLM-00003] 3. The apparatus of
claim 2 wherein a first of the pair of context memories is associated with a current pipeline phase and a second of the pair of context memories is associated with a next pipeline phase.
[4" id="US-20010000046-A1-CLM-00004] 4. The apparatus of
claim 3 wherein the memory manager comprises a state machine that determines a current phase specifying one of the first and second context memories used by the CPU to process data.
[5" id="US-20010000046-A1-CLM-00005] 5. The apparatus of
claim 4 further comprising a multiplexer having inputs coupled to each of the first and second context memories, the multiplexer further having an output coupled to the data mover, the multiplexer retrieving transient data from one of the first and second context memories specified for use by the CPU and providing the retrieved transient data to the data mover.
[6" id="US-20010000046-A1-CLM-00006] 6. The apparatus of
claim 5 wherein the data mover comprises logic for loading the retrieved transient data into a context memory of a downstream processor complex stage of the pipelined processing engine.
[7" id="US-20010000046-A1-CLM-00007] 7. A method for passing transient data among processor complex stages of a pipelined processing engine, each processor complex stage including a central processing unit (CPU), the method comprising the steps of:
storing the transient data in a pair of context memories;
processing the stored transient data at the CPU; and
passing the stored transient data among the stages of the engine substantially simultaneously with the processing of the data by the CPU.
[8" id="US-20010000046-A1-CLM-00008] 8. The method of
claim 7 further comprising the steps of:
storing instructions for processing the stored transient data in an instruction memory; and
interconnecting the instruction memory, the context memories and the CPU with a a memory manager.
[9" id="US-20010000046-A1-CLM-00009] 9. The method of
claim 8 further comprising the step of mapping a contiguous address space viewed by the CPU to contents of the instruction memory and context memories.
[10" id="US-20010000046-A1-CLM-00010] 10. The method of
claim 8 further comprising the step of associating (i) a first of the pair of context memories with a current pipeline phase and (ii) a second of the pair of context memories with a next pipeline phase.
[11" id="US-20010000046-A1-CLM-00011] 11. The method of
claim 10 further comprising the steps of:
determining a current phase using a state machine of the memory manager; and
specifying, during the current phase, one of the first and second context memories for use by the CPU in accordance with the step of processing the stored transient data.
[12" id="US-20010000046-A1-CLM-00012] 12. The method of
claim 11 further comprising the step of loading modified processed data into the specified context memory and into a context memory of a downstream processor complex stage of the pipelined processing engine.
[13" id="US-20010000046-A1-CLM-00013] 13. The method of 8 wherein the stored transient data is passed among the stages using a data mover and wherein the step of passing comprises the step of passing the stored transient data among the stages of the engine in a manner that is transparent to the CPU.
[14" id="US-20010000046-A1-CLM-00014] 14. The method of
claim 13 further comprising the steps of:
snooping the data mover and CPU to determine a state of the stored transient data accessed by the CPU and the data mover prior to the steps of processing and passing; and
in the event of a collision between the CPU and data mover to a same location for storing the transient data, providing the CPU with exclusive access to the data at the same location, thereby ensuring data coherency.
[15" id="US-20010000046-A1-CLM-00015] 15. Apparatus for passing transient data among processor complex stages of a pipelined processing engine, each processor complex stage including a central processing unit (CPU), the apparatus comprising:
a pair of context memories storing the transient data for processing by the CPU;
an instruction memory storing instructions used by the CPU to process the transient data;
a memory manager interconnecting the instruction memory, the context memories and the CPU, the memory manager mapping a contiguous address space viewed by the CPU to contents of the instruction memory and context memories; and
a data mover cooperatively coupled to the context memories to pass the transient data among the stages of the engine substantially simultaneously with the processing of the data by the CPU.
[16" id="US-20010000046-A1-CLM-00016] 16. The apparatus of
claim 15 further comprising a multiplexer having inputs coupled to each of the context memories and an output coupled to the data mover, the multiplexer retrieving transient data from one of the context memories and providing the retrieved transient data to the data mover for passing to a downstream stage of the engine in a manner that is transparent to the CPU.
类似技术:
公开号 | 公开日 | 专利标题
US6195739B1|2001-02-27|Method and apparatus for passing data among processor complex stages of a pipelined processing engine
US6101599A|2000-08-08|System for context switching between processing elements in a pipeline of processing elements
US7380101B2|2008-05-27|Architecture for a processor complex of an arrayed pipelined processing engine
US7185224B1|2007-02-27|Processor isolation technique for integrated multi-processor systems
US6272621B1|2001-08-07|Synchronization and control system for an arrayed processing engine
US7895412B1|2011-02-22|Programmable arrayed processing engine architecture for a network switch
US6173386B1|2001-01-09|Parallel processor with debug capability
US6804815B1|2004-10-12|Sequence control mechanism for enabling out of order context processing
US8127112B2|2012-02-28|SIMD array operable to process different respective packet protocols simultaneously while executing a single common instruction stream
US6662252B1|2003-12-09|Group and virtual locking mechanism for inter processor synchronization
US6209020B1|2001-03-27|Distributed pipeline memory architecture for a computer system with even and odd pids
US9787612B2|2017-10-10|Packet processing in a parallel processing environment
US5093920A|1992-03-03|Programmable processing elements interconnected by a communication network including field operation unit for performing field operations
EP0460599B1|1999-02-10|Massively parallel processor including queue-based message delivery system
EP1221654A2|2002-07-10|Multi-thread packet processor
US5594918A|1997-01-14|Parallel computer system providing multi-ported intelligent memory
EP1217795A2|2002-06-26|Route switch packet architecture
US6272516B1|2001-08-07|Method and apparatus for handling cache misses in a computer system
US6920562B1|2005-07-19|Tightly coupled software protocol decode with hardware data encryption
US5935235A|1999-08-10|Method for branching to an instruction in a computer program at a memory address pointed to by a key in a data structure
JP3752224B2|2006-03-08|Method and apparatus for processing instructions in a computer system
US5586289A|1996-12-17|Method and apparatus for accessing local storage within a parallel processing computer
US7139899B2|2006-11-21|Selected register decode values for pipeline stage register addressing
US5848257A|1998-12-08|Method and apparatus for multitasking in a computer system
US20210349716A1|2021-11-11|Inserting predefined pad values into a stream of vectors
同族专利:
公开号 | 公开日
US6195739B1|2001-02-27|
US6442669B2|2002-08-27|
引用文献:
公开号 | 申请日 | 公开日 | 申请人 | 专利标题
US20050038964A1|2003-08-14|2005-02-17|Hooper Donald F.|Folding for a multi-threaded network processor|
US20050039182A1|2003-08-14|2005-02-17|Hooper Donald F.|Phasing for a multi-threaded network processor|
US20060133429A1|2004-12-14|2006-06-22|Jeong-Wook Seo|Device and method for demultiplexing received transport stream in digital broadcasting receiver|
US20060256018A1|2002-11-07|2006-11-16|Fractus, S.A.|Integrated circuit package including miniature antenna|
US20090193248A1|2001-01-24|2009-07-30|Carr Jeffrey D|Processing Multiple Wireless Communications Security Policies|
US20100306511A1|2009-05-29|2010-12-02|Renesas Electronics Corporation|Communication data processor and communication data processing method|
US20170338213A1|2016-05-19|2017-11-23|Sanmina Corporation|Non-volatile dual in-line memory modulemultichip package|US4590554A|1982-11-23|1986-05-20|Parallel Computers Systems, Inc.|Backup fault tolerant computer system|
US5212773A|1983-05-31|1993-05-18|Thinking Machines Corporation|Wormhole communications arrangement for massively parallel processor|
US5152000A|1983-05-31|1992-09-29|Thinking Machines Corporation|Array communications arrangement for parallel processor|
US4598400A|1983-05-31|1986-07-01|Thinking Machines Corporation|Method and apparatus for routing message packets|
US4709327A|1983-05-31|1987-11-24|Hillis W Daniel|Parallel processor/memory circuit|
US5151996A|1983-05-31|1992-09-29|Thinking Machines Corporation|Multi-dimensional message transfer router|
US4805091A|1985-06-04|1989-02-14|Thinking Machines Corporation|Method and apparatus for interconnecting processors in a hyper-dimensional array|
US4809202A|1985-12-27|1989-02-28|Thinking Machines Corporation|Method and apparatus for simulating systems described by partial differential equations|
US4773038A|1986-02-24|1988-09-20|Thinking Machines Corporation|Method of simulating additional processors in a SIMD parallel processor array|
US4862392A|1986-03-07|1989-08-29|Star Technologies, Inc.|Geometry processor for graphics display system|
US4870568A|1986-06-25|1989-09-26|Thinking Machines Corporation|Method for searching a database system including parallel processors|
CA1293819C|1986-08-29|1991-12-31|Thinking Machines Corporation|Very large scale computer|
US4791641A|1986-09-15|1988-12-13|Thinking Machines Corporation|Parallel processor error checking|
US5175865A|1986-10-28|1992-12-29|Thinking Machines Corporation|Partitioning the processors of a massively parallel single array processor into sub-arrays selectively controlled by host computers|
US5117420A|1987-04-27|1992-05-26|Thinking Machines Corporation|Method and apparatus for routing message packets|
CA2003338A1|1987-11-09|1990-06-09|Richard W. Cutts, Jr.|Synchronization of fault-tolerant computer system having multiple processors|
US5113510A|1987-12-22|1992-05-12|Thinking Machines Corporation|Method and apparatus for operating a cache memory in a multi-processor|
US5222237A|1988-02-02|1993-06-22|Thinking Machines Corporation|Apparatus for aligning the operation of a plurality of processors|
US5111198A|1988-03-24|1992-05-05|Thinking Machines Corporation|Method of routing a plurality of messages in a multi-node computer network|
US4922486A|1988-03-31|1990-05-01|American Telephone And Telegraph Company|User to network interface protocol for packet communications networks|
US5148547A|1988-04-08|1992-09-15|Thinking Machines Corporation|Method and apparatus for interfacing bit-serial parallel processors to a coprocessor|
US4993028A|1988-09-07|1991-02-12|Thinking Machines Corporation|Error detection and correction coding|
US5070446A|1988-11-13|1991-12-03|Thinking Machines Corporation|Method of simulating a hexagonal array of computer processors and/or memories|
US5255291A|1988-11-14|1993-10-19|Stratacom, Inc.|Microprocessor based packet isochronous clocking transmission system and method|
US4965717B1|1988-12-09|1993-05-25|Tandem Computers Inc||
DE58908974D1|1989-11-21|1995-03-16|Itt Ind Gmbh Deutsche|Data controlled array processor.|
US5295258A|1989-12-22|1994-03-15|Tandem Computers Incorporated|Fault-tolerant computer system with online recovery and reintegration of redundant components|
DE69029084D1|1990-02-27|1996-12-12|Ibm|Message routing device by several computers that are coupled by means of a shared intelligent memory|
US5261105A|1990-05-04|1993-11-09|Thinking Machines Corporation|System for transferring blocks of data among diverse units having cycle identifier signals to identify different phase of data transfer operations|
US5247613A|1990-05-08|1993-09-21|Thinking Machines Corporation|Massively parallel processor including transpose arrangement for serially transmitting bits of data words stored in parallel|
CA2043505A1|1990-06-06|1991-12-07|Steven K. Heller|Massively parallel processor including queue-based message delivery system|
US5247694A|1990-06-14|1993-09-21|Thinking Machines Corporation|System and method for generating communications arrangements for routing data in a massively parallel processing system|
US5093801A|1990-07-06|1992-03-03|Rockwell International Corporation|Arrayable modular FFT processor|
US5157663A|1990-09-24|1992-10-20|Novell, Inc.|Fault tolerant computer system|
AU665521B2|1990-10-03|1996-01-11|Thinking Machines Corporation|Parallel computer system|
US5361363A|1990-10-03|1994-11-01|Thinking Machines Corporation|Input/output system for parallel computer for performing parallel file transfers between selected number of input/output devices and another selected number of processing nodes|
US5265207A|1990-10-03|1993-11-23|Thinking Machines Corporation|Parallel computer system including arrangement for transferring messages from a source processor to selected ones of a plurality of destination processors and combining responses|
US5301310A|1991-02-07|1994-04-05|Thinking Machines Corporation|Parallel disk storage array system with independent drive operation mode|
US5274631A|1991-03-11|1993-12-28|Kalpana, Inc.|Computer network switching system|
US5367692A|1991-05-30|1994-11-22|Thinking Machines Corporation|Parallel computer system including efficient arrangement for performing communications among processing node to effect an array transposition operation|
US5617538A|1991-07-02|1997-04-01|Tm Patents, L.P.|Message transfer system and method for parallel computer with message transfers being scheduled by skew and roll functions to avoid bottlenecks|
US5222216A|1991-07-12|1993-06-22|Thinking Machines Corporation|High performance communications interface for multiplexing a plurality of computers to a high performance point to point communications bus|
US5404296A|1991-09-25|1995-04-04|Tinking Machines Corporation|Massively parallel computer arrangement for analyzing seismic data pursuant to pre-stack depth migration methodology|
US5289156A|1991-10-28|1994-02-22|Thinking Machines Corporation|Data coupling arrangement|
US5355492A|1991-11-05|1994-10-11|Thinking Machines Corporation|System for compiling parallel communications instructions including their embedded data transfer information|
US5686960A|1992-01-14|1997-11-11|Michael Sussman|Image input device having optical deflection elements for capturing multiple sub-images|
GB2268817B|1992-07-17|1996-05-01|Integrated Micro Products Ltd|A fault-tolerant computer system|
US5675579A|1992-12-17|1997-10-07|Tandem Computers Incorporated|Method for verifying responses to messages using a barrier message|
US5561669A|1994-10-26|1996-10-01|Cisco Systems, Inc.|Computer network switching system with expandable number of ports|
US5621885A|1995-06-07|1997-04-15|Tandem Computers, Incorporated|System and method for providing a fault tolerant computer program runtime support environment|
US5860086A|1995-06-07|1999-01-12|International Business Machines Corporation|Video processor with serialization FIFO|
US5838915A|1995-06-21|1998-11-17|Cisco Technology, Inc.|System for buffering data in the network having a linked list for each of said plurality of queues|
DE69616917T2|1995-08-30|2002-06-06|Motorola Inc|Data processor with built-in emulation circuit|
US5832291A|1995-12-15|1998-11-03|Raytheon Company|Data processor with dynamic and selectable interconnections between processor array, external memory and I/O ports|
US5960211A|1995-12-15|1999-09-28|Hughes Aircraft|Data formatting method and apparatus for a data processing array|
US5764636A|1996-03-28|1998-06-09|Cisco Technology, Inc.|Color blocking logic mechanism for a high-performance network switch|
US5742604A|1996-03-28|1998-04-21|Cisco Systems, Inc.|Interswitch link mechanism for connecting high-performance network switches|
US5787255A|1996-04-12|1998-07-28|Cisco Systems, Inc.|Internetworking device with enhanced protocol translation circuit|
US5710814A|1996-07-23|1998-01-20|Cheyenne Property Trust|Cryptographic unit touch point logic|
US5872963A|1997-02-18|1999-02-16|Silicon Graphics, Inc.|Resumption of preempted non-privileged threads with no kernel intervention|
US6195739B1|1998-06-29|2001-02-27|Cisco Technology, Inc.|Method and apparatus for passing data among processor complex stages of a pipelined processing engine|
US6101599A|1998-06-29|2000-08-08|Cisco Technology, Inc.|System for context switching between processing elements in a pipeline of processing elements|
US6119215A|1998-06-29|2000-09-12|Cisco Technology, Inc.|Synchronization and control system for an arrayed processing engine|US7237036B2|1997-10-14|2007-06-26|Alacritech, Inc.|Fast-path apparatus for receiving data corresponding a TCP connection|
US7100020B1|1998-05-08|2006-08-29|Freescale Semiconductor, Inc.|Digital communications processor|
US6836838B1|1998-06-29|2004-12-28|Cisco Technology, Inc.|Architecture for a processor complex of an arrayed pipelined processing engine|
US6195739B1|1998-06-29|2001-02-27|Cisco Technology, Inc.|Method and apparatus for passing data among processor complex stages of a pipelined processing engine|
US6385747B1|1998-12-14|2002-05-07|Cisco Technology, Inc.|Testing of replicated components of electronic device|
US6338078B1|1998-12-17|2002-01-08|International Business Machines Corporation|System and method for sequencing packets for multiprocessor parallelization in a computer network system|
US6920562B1|1998-12-18|2005-07-19|Cisco Technology, Inc.|Tightly coupled software protocol decode with hardware data encryption|
US7328270B1|1999-02-25|2008-02-05|Advanced Micro Devices, Inc.|Communication protocol processor having multiple microprocessor cores connected in series and dynamically reprogrammed during operation via instructions transmitted along the same data paths used to convey communication data|
US6748440B1|1999-05-12|2004-06-08|Microsoft Corporation|Flow of streaming data through multiple processing modules|
US7007096B1|1999-05-12|2006-02-28|Microsoft Corporation|Efficient splitting and mixing of streaming-data frames for processing through multiple processing modules|
US6678246B1|1999-07-07|2004-01-13|Nortel Networks Limited|Processing data packets|
US6876961B1|1999-08-27|2005-04-05|Cisco Technology, Inc.|Electronic system modeling using actual and approximated system properties|
US7546444B1|1999-09-01|2009-06-09|Intel Corporation|Register set used in multithreaded parallel processor architecture|
US7681018B2|2000-08-31|2010-03-16|Intel Corporation|Method and apparatus for providing large register address space while maximizing cycletime performance for a multi-threaded register file set|
US7139899B2|1999-09-03|2006-11-21|Cisco Technology, Inc.|Selected register decode values for pipeline stage register addressing|
US6529983B1|1999-11-03|2003-03-04|Cisco Technology, Inc.|Group and virtual locking mechanism for inter processor synchronization|
US6681341B1|1999-11-03|2004-01-20|Cisco Technology, Inc.|Processor isolation method for integrated multi-processor systems|
US6822959B2|2000-07-31|2004-11-23|Mindspeed Technologies, Inc.|Enhancing performance by pre-fetching and caching data directly in a communication processor's register set|
US6965615B1|2000-09-18|2005-11-15|Cisco Technology, Inc.|Packet striping across a parallel header processor|
US6804815B1|2000-09-18|2004-10-12|Cisco Technology, Inc.|Sequence control mechanism for enabling out of order context processing|
US6874040B2|2000-12-19|2005-03-29|International Business Machines Corporation|Employing a data mover to communicate between dynamically selected zones of a central processing complex|
US6606576B2|2001-01-19|2003-08-12|Koninklijke Philips Electronics N.V.|Real-time channel calibration method and arrangement|
US6895013B1|2001-02-23|2005-05-17|Cisco Technology, Inc.|Coherent access to and update of configuration information in multiprocessor environment|
US6918026B2|2001-03-30|2005-07-12|Agere Systems Inc.|External device transmission system and a fast pattern processor employing the same|
WO2003001750A1|2001-06-22|2003-01-03|Vitesse Semiconductor Corporation|A method and a system for providing information relating to a data packet or frame|
US6957326B1|2001-06-28|2005-10-18|Turin Networks|Methods and apparatuses for executing threads|
US7155722B1|2001-07-10|2006-12-26|Cisco Technology, Inc.|System and method for process load balancing in a multi-processor environment|
US7240347B1|2001-10-02|2007-07-03|Juniper Networks, Inc.|Systems and methods for preserving the order of data|
US7100021B1|2001-10-16|2006-08-29|Cisco Technology, Inc.|Barrier synchronization mechanism for processors of a systolic array|
US6986022B1|2001-10-16|2006-01-10|Cisco Technology, Inc.|Boundary synchronization mechanism for a processor of a systolic array|
US7206879B2|2001-11-20|2007-04-17|Broadcom Corporation|Systems using mix of packet, coherent, and noncoherent traffic to optimize transmission between systems|
US7227870B2|2001-11-20|2007-06-05|Broadcom Corporation|Systems including packet interfaces, switches, and packet DMA circuits for splitting and merging packet streams|
US7752281B2|2001-11-20|2010-07-06|Broadcom Corporation|Bridges performing remote reads and writes as uncacheable coherent operations|
US7394823B2|2001-11-20|2008-07-01|Broadcom Corporation|System having configurable interfaces for flexible system configurations|
US6748479B2|2001-11-20|2004-06-08|Broadcom Corporation|System having interfaces and switch that separates coherent and packet traffic|
US6912602B2|2001-11-20|2005-06-28|Broadcom Corporation|System having two or more packet interfaces, a switch, and a shared packet DMA circuit|
US7180893B1|2002-03-22|2007-02-20|Juniper Networks, Inc.|Parallel layer 2 and layer 3 processing components in a network router|
US7158520B1|2002-03-22|2007-01-02|Juniper Networks, Inc.|Mailbox registers for synchronizing header processing execution|
US7212530B1|2002-03-22|2007-05-01|Juniper Networks, Inc.|Optimized buffer loading for packet header processing|
US7283528B1|2002-03-22|2007-10-16|Raymond Marcelino Manese Lim|On the fly header checksum processing using dedicated logic|
US7239630B1|2002-03-22|2007-07-03|Juniper Networks, Inc.|Dedicated processing resources for packet header generation|
US7215662B1|2002-03-22|2007-05-08|Juniper Networks, Inc.|Logical separation and accessing of descriptor memories|
US7236501B1|2002-03-22|2007-06-26|Juniper Networks, Inc.|Systems and methods for handling packet fragmentation|
US7437724B2|2002-04-03|2008-10-14|Intel Corporation|Registers for data transfers|
US6993631B2|2002-05-15|2006-01-31|Broadcom Corporation|L2 cache maintaining local ownership of remote coherency blocks|
US6965973B2|2002-05-15|2005-11-15|Broadcom Corporation|Remote line directory which covers subset of shareable CC-NUMA memory space|
US7003631B2|2002-05-15|2006-02-21|Broadcom Corporation|System having address-based intranode coherency and data-based internode coherency|
US7266587B2|2002-05-15|2007-09-04|Broadcom Corporation|System having interfaces, switch, and memory bridge for CC-NUMA operation|
US7447872B2|2002-05-30|2008-11-04|Cisco Technology, Inc.|Inter-chip processor control plane communication|
US7155588B1|2002-08-12|2006-12-26|Cisco Technology, Inc.|Memory fence with background lock release|
US6901496B1|2002-10-04|2005-05-31|Adaptec, Inc.|Line rate buffer using single ported memories for variable length packets|
US7372928B1|2002-11-15|2008-05-13|Cypress Semiconductor Corporation|Method and system of cycle slip framing in a deserializer|
US7571258B2|2002-12-12|2009-08-04|Adaptec, Inc.|Method and apparatus for a pipeline architecture|
US7320013B2|2002-12-12|2008-01-15|Adaptec, Inc.|Method and apparatus for aligning operands for a processor|
US8332197B2|2002-12-12|2012-12-11|Pmc-Sierra Us, Inc.|Simulation of complex system architecture|
US7877581B2|2002-12-12|2011-01-25|Pmc-Sierra Us, Inc.|Networked processor for a pipeline architecture|
US7843922B1|2002-12-18|2010-11-30|Cypress Semiconductor Corporation|Method and apparatus for separation of control and data packets|
US7400620B1|2002-12-19|2008-07-15|Cypress Semiconductor Corporation|Method and apparatus for handling small packets|
US7420975B1|2002-12-20|2008-09-02|Cypress Semiconductor Corporation|Method and apparatus for a high-speed frame tagger|
US7493392B1|2002-12-20|2009-02-17|Cypress Semiconductor Corporation|Method and apparatus for assembly of virtually concatenated data|
US7324562B1|2002-12-20|2008-01-29|Cypress Semiconductor Corporation|Method and apparatus for introducing differential delay between virtually concatenated tributaries|
US7069407B1|2002-12-20|2006-06-27|Cypress Semiconductor Corporation|Method and apparatus for a multi-channel high speed framer|
US7937495B2|2003-06-25|2011-05-03|Cisco Technology, Inc.|System and method for modifying data transferred from a source to a destination|
US7446678B2|2005-04-18|2008-11-04|Research In Motion Limited|Method and system for encoding communications between wireless and other devices|
US7283503B1|2005-06-24|2007-10-16|Silicon Laboratories, Inc.|Communication apparatus including a buffer circuit having first and second portions for alternately storing results|
US7809009B2|2006-02-21|2010-10-05|Cisco Technology, Inc.|Pipelined packet switching and queuing architecture|
IL187043D0|2007-10-30|2008-02-09|Sandisk Il Ltd|Secure pipeline manager|
US8175015B1|2008-01-02|2012-05-08|Marvell International Ltd.|WiMAX MAC|
US10101786B2|2014-12-22|2018-10-16|Intel Corporation|Holistic global performance and power management|
US10572400B2|2017-06-15|2020-02-25|Mellanox Technologies, Ltd.|Shared processing of a packet flow by multiple cores|
US11157423B2|2019-05-02|2021-10-26|Dell Products L.P.|Pipelined-data-transform-enabled data mover system|
法律状态:
2002-08-08| STCF| Information on status: patent grant|Free format text: PATENTED CASE |
2002-12-17| CC| Certificate of correction|
2006-02-27| FPAY| Fee payment|Year of fee payment: 4 |
2010-01-22| FPAY| Fee payment|Year of fee payment: 8 |
2014-02-27| FPAY| Fee payment|Year of fee payment: 12 |
优先权:
申请号 | 申请日 | 专利标题
US09/106,436|US6195739B1|1998-06-29|1998-06-29|Method and apparatus for passing data among processor complex stages of a pipelined processing engine|
US09/727,068|US6442669B2|1998-06-29|2000-11-30|Architecture for a process complex of an arrayed pipelined processing engine|US09/727,068| US6442669B2|1998-06-29|2000-11-30|Architecture for a process complex of an arrayed pipelined processing engine|
US10/222,277| US6836838B1|1998-06-29|2002-08-16|Architecture for a processor complex of an arrayed pipelined processing engine|
US11/023,283| US7380101B2|1998-06-29|2004-12-27|Architecture for a processor complex of an arrayed pipelined processing engine|
[返回顶部]